06. Activation Function Quiz
SOLUTION:
- Sigmoids are useful activation functions because they return a continuous range of values between 0 and 1 allowing range of decisions rather than just “yes” or “no”
- ReLU functions are useful activation functions because they are non-linear but with two distinct linear slopes—below and above 0—which give less significance to negative node outputs.
L4 06 Quiz 1 Solution- Modeling